๐Ÿงฌ Input Validation Challenge

๐Ÿ›ก๏ธ Only safe file names like readme.txt or info.txt are allowed. Try to bypass validation and access the hidden flag.txt.

๐Ÿ“š What is Path Traversal?

Path Traversal (a.k.a Directory Traversal) is a vulnerability that allows attackers to access files outside the intended directory by manipulating input paths.

๐Ÿ’€ Example Attack:

Try inputs like:

๐Ÿ” How to Prevent Path Traversal:

๐Ÿ“– Learn More:

Visit OWASP Path Traversal Guide